Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Devp_local.h38 void *cipher_data; /* per EVP data */ member
Devp_lib.c228 void *EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data) in EVP_CIPHER_CTX_set_cipher_data()
/third_party/mindspore/mindspore/core/utils/
Dcrypto.cc91 std::vector<Byte> *cipher_data) { in ParseEncryptData()
279 std::vector<Byte> cipher_data; in BlockDecrypt() local
/third_party/openssl/test/
Dbftest.c124 static unsigned char cipher_data[NUM_TESTS][8] = { variable
Ddestest.c100 static unsigned char cipher_data[NUM_TESTS][8] = { variable
/third_party/openssl/ssl/
Dssl_asn1.c110 unsigned char cipher_data[2]; in i2d_SSL_SESSION() local
/third_party/openssl/crypto/engine/
Deng_devcrypto.c76 } cipher_data[] = { variable
/third_party/openssl/engines/
De_dasync.c640 void *cipher_data = OPENSSL_malloc(data_size); in dasync_cipher_ctrl_helper() local