Searched refs:null_einit (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_null.c | 39 static OSSL_FUNC_cipher_encrypt_init_fn null_einit; variable 40 static int null_einit(void *vctx, const unsigned char *key, size_t keylen, in null_einit() function 182 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))null_einit },
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_null.c | 39 static OSSL_FUNC_cipher_encrypt_init_fn null_einit; variable 40 static int null_einit(void *vctx, const unsigned char *key, size_t keylen, in null_einit() function 182 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))null_einit },
|
Completed in 1 milliseconds