Searched refs:data_cbarg (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 58 OSSL_CALLBACK *data_cb, void *data_cbarg) in any2obj_decode_final() argument 76 ok = data_cb(params, data_cbarg); in any2obj_decode_final() 84 OSSL_CALLBACK *data_cb, void *data_cbarg, in der2obj_decode() argument 105 data_cb, data_cbarg); in der2obj_decode() 110 OSSL_CALLBACK *data_cb, void *data_cbarg, in msblob2obj_decode() argument 169 data_cb, data_cbarg); in msblob2obj_decode() 179 OSSL_CALLBACK *data_cb, void *data_cbarg, in pvk2obj_decode() argument 236 data_cb, data_cbarg); in pvk2obj_decode()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_spki2typespki.c | 52 OSSL_CALLBACK *data_cb, void *data_cbarg, in spki2typespki_decode() argument 111 ok = data_cb(params, data_cbarg); in spki2typespki_decode()
|
H A D | decode_epki2pki.c | 59 OSSL_CALLBACK *data_cb, void *data_cbarg, in epki2pki_decode() argument 146 ok = data_cb(params, data_cbarg); in epki2pki_decode()
|
H A D | decode_pem2der.c | 96 OSSL_CALLBACK *data_cb, void *data_cbarg, in pem2der_decode() argument 204 ok = data_cb(params, data_cbarg); in pem2der_decode()
|
H A D | decode_pvk2key.c | 94 OSSL_CALLBACK *data_cb, void *data_cbarg, in pvk2key_decode() argument 173 ok = data_cb(params, data_cbarg); in pvk2key_decode()
|
H A D | decode_msblob2key.c | 95 OSSL_CALLBACK *data_cb, void *data_cbarg, in msblob2key_decode() argument 204 ok = data_cb(params, data_cbarg); in msblob2key_decode()
|
H A D | decode_der2key.c | 181 OSSL_CALLBACK *data_cb, void *data_cbarg, in der2key_decode() argument 312 ok = data_cb(params, data_cbarg); in der2key_decode()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-decoder.pod | 33 OSSL_CALLBACK *data_cb, void *data_cbarg, 84 OSSL_CALLBACK *data_cb, void *data_cbarg,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_dispatch.h | 897 OSSL_CALLBACK *data_cb, void *data_cbarg,
|