Searched defs:cin (Results 1 – 12 of 12) sorted by relevance
/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 83 static int der2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in der2obj_decode() 109 static int msblob2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in msblob2obj_decode() 178 static int pvk2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in pvk2obj_decode()
|
H A D | winstore_store.c | 102 static void *winstore_attach(void *provctx, OSSL_CORE_BIO *cin) in winstore_attach()
|
H A D | file_store.c | 288 void *file_attach(void *provctx, OSSL_CORE_BIO *cin) in file_attach()
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_pem2der.c | 31 static int read_pem(PROV_CTX *provctx, OSSL_CORE_BIO *cin, in read_pem() 95 static int pem2der_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pem2der_decode()
|
H A D | endecoder_common.c | 87 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data, in ossl_read_der()
|
H A D | decode_spki2typespki.c | 76 static int spki2typespki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in spki2typespki_decode()
|
H A D | decode_epki2pki.c | 83 static int epki2pki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in epki2pki_decode()
|
H A D | decode_msblob2key.c | 94 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode()
|
H A D | decode_pvk2key.c | 119 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode()
|
H A D | decode_der2key.c | 206 static int der2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in der2key_decode()
|
/openssl/test/ |
H A D | provfetchtest.c | 19 static int dummy_decoder_decode(void *ctx, OSSL_CORE_BIO *cin, int selection, in dummy_decoder_decode()
|
H A D | tls-provider.c | 2205 static int xor_read_der(PROV_XOR_CTX *provctx, OSSL_CORE_BIO *cin, in xor_read_der() 2326 static int xor_der2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in xor_der2key_decode()
|
Completed in 35 milliseconds