Searched refs:cipher_ctrl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | evp-openssl.c | 184 cipher_ctrl(hc_EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) in cipher_ctrl() function 238 hc_evp->ctrl = cipher_ctrl; in get_EVP_CIPHER_once_cb()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_devcrypto.c | 298 static int cipher_ctrl(EVP_CIPHER_CTX *ctx, int type, int p1, void* p2) in cipher_ctrl() function 385 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl) in prepare_cipher_methods()
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_devcrypto.c | 362 static int cipher_ctrl(EVP_CIPHER_CTX *ctx, int type, int p1, void* p2) in cipher_ctrl() function 494 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl) in prepare_cipher_methods()
|