HomeSort by: relevance | last modified time | path
    Searched refs:null_newctx (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_null.c 24 static OSSL_FUNC_cipher_newctx_fn null_newctx; variable
25 static void *null_newctx(void *provctx) function
178 (void (*)(void))null_newctx },
180 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))null_newctx },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_null.c 24 static OSSL_FUNC_cipher_newctx_fn null_newctx; variable
25 static void *null_newctx(void *provctx) function
179 (void (*)(void)) null_newctx },
181 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void)) null_newctx },

Completed in 15 milliseconds