HomeSort by: relevance | last modified time | path
    Searched refs:OPENSSL_zalloc (Results 1 - 25 of 823) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
x_info.c 20 ret = OPENSSL_zalloc(sizeof(*ret));
tasn_scn.c 27 ASN1_SCTX *ret = OPENSSL_zalloc(sizeof(*ret));
x_pkey.c 20 ret = OPENSSL_zalloc(sizeof(*ret));
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
x_info.c 20 ret = OPENSSL_zalloc(sizeof(*ret));
tasn_scn.c 27 ASN1_SCTX *ret = OPENSSL_zalloc(sizeof(*ret));
x_pkey.c 20 ret = OPENSSL_zalloc(sizeof(*ret));
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
x_info.c 20 ret = OPENSSL_zalloc(sizeof(*ret));
tasn_scn.c 27 ASN1_SCTX *ret = OPENSSL_zalloc(sizeof(*ret));
x_pkey.c 20 ret = OPENSSL_zalloc(sizeof(*ret));
  /src/crypto/external/bsd/openssl.old/dist/test/
rsa_mp_test.c 154 pris = OPENSSL_zalloc(sizeof(BIGNUM *));
155 exps = OPENSSL_zalloc(sizeof(BIGNUM *));
156 coeffs = OPENSSL_zalloc(sizeof(BIGNUM *));
  /src/crypto/external/apache2/openssl/dist/crypto/
indicator_core.c 24 cb = OPENSSL_zalloc(sizeof(*cb));
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ccm.c 30 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_aes_gcm.c 30 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_aria_ccm.c 25 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_aria_gcm.c 23 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_sm4_ccm.c 25 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_sm4_gcm.c 25 ctx = OPENSSL_zalloc(sizeof(*ctx));
  /src/crypto/external/bsd/openssl/dist/providers/common/
provider_ctx.c 16 return OPENSSL_zalloc(sizeof(PROV_CTX));
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ccm.c 30 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_aes_gcm.c 30 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_aria_ccm.c 25 ctx = OPENSSL_zalloc(sizeof(*ctx));
cipher_aria_gcm.c 23 ctx = OPENSSL_zalloc(sizeof(*ctx));
  /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/
slh_dsa_hash_ctx.c 28 SLH_DSA_HASH_CTX *ret = OPENSSL_zalloc(sizeof(*ret));
70 SLH_DSA_HASH_CTX *ret = OPENSSL_zalloc(sizeof(*ret));
  /src/external/mpl/bind/dist/lib/isc/
openssl_shim.h 28 #if !defined(OPENSSL_zalloc)
29 #define OPENSSL_zalloc(num) CRYPTO_zalloc(num, __FILE__, __LINE__)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
openssl_shim.h 30 #if !defined(OPENSSL_zalloc)
31 #define OPENSSL_zalloc(num) CRYPTO_zalloc(num, __FILE__, __LINE__)

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>