Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_null.c24 static OSSL_FUNC_cipher_newctx_fn null_newctx; variable
25 static void *null_newctx(void *provctx) in null_newctx() function
179 (void (*)(void)) null_newctx },
181 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void)) null_newctx },

Completed in 10 milliseconds