Home
last modified time | relevance | path

Searched refs:cipher_ctrl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-openssl.c184 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 Deng_devcrypto.c298 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 De_devcrypto.c362 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()