Home
last modified time | relevance | path

Searched defs:cipher_data (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/evp/
H A Devp_local.h38 void *cipher_data; /* per EVP data */ member
H A Devp_lib.c228 void *EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data) in EVP_CIPHER_CTX_set_cipher_data()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_asn1.c110 unsigned char cipher_data[2]; in i2d_SSL_SESSION() local
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c76 } cipher_data[] = { variable
/freebsd-13.1/crypto/openssl/engines/
H A De_dasync.c640 void *cipher_data = OPENSSL_malloc(data_size); in dasync_cipher_ctrl_helper() local
/freebsd-13.1/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c144 static unsigned char cipher_data[NUM_TESTS][8] = { variable