| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| kdfexchange.h | 15 OSSL_LIB_CTX *libctx; member in struct:kdf_data_st
|
| macsignature.h | 16 OSSL_LIB_CTX *libctx; member in struct:mac_key_st 27 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x_x509.c | 104 if (!ossl_x509_set0_libctx(ret, old->libctx, old->propq)) 108 OSSL_LIB_CTX **libctx = exarg; local 110 *libctx = ret->libctx; 137 * asn1 object and it needs a libctx to operate. 140 int ossl_x509_set0_libctx(X509 *x, OSSL_LIB_CTX *libctx, const char *propq) 143 x->libctx = libctx; 155 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq) 159 cert = (X509 *)ASN1_item_new_ex(X509_it(), libctx, propq) [all...] |
| x_req.c | 68 if (!ossl_x509_req_set0_libctx(ret, old->libctx, old->propq)) 89 OSSL_LIB_CTX **libctx = exarg; local 91 *libctx = ret->libctx; 138 * asn1 object and it needs a libctx to operate. 141 int ossl_x509_req_set0_libctx(X509_REQ *x, OSSL_LIB_CTX *libctx, 145 x->libctx = libctx; 157 X509_REQ *X509_REQ_new_ex(OSSL_LIB_CTX *libctx, const char *propq) 162 if (!ossl_x509_req_set0_libctx(req, libctx, propq)) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x_x509.c | 105 if (!ossl_x509_set0_libctx(ret, old->libctx, old->propq)) 111 OSSL_LIB_CTX **libctx = exarg; local 113 *libctx = ret->libctx; 143 * asn1 object and it needs a libctx to operate. 146 int ossl_x509_set0_libctx(X509 *x, OSSL_LIB_CTX *libctx, const char *propq) 149 x->libctx = libctx; 161 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq) 165 cert = (X509 *)ASN1_item_new_ex(X509_it(), libctx, propq) [all...] |
| x_req.c | 69 if (!ossl_x509_req_set0_libctx(ret, old->libctx, old->propq)) 92 OSSL_LIB_CTX **libctx = exarg; local 94 *libctx = ret->libctx; 144 * asn1 object and it needs a libctx to operate. 147 int ossl_x509_req_set0_libctx(X509_REQ *x, OSSL_LIB_CTX *libctx, 151 x->libctx = libctx; 163 X509_REQ *X509_REQ_new_ex(OSSL_LIB_CTX *libctx, const char *propq) 168 if (!ossl_x509_req_set0_libctx(req, libctx, propq)) [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| kdfexchange.h | 15 OSSL_LIB_CTX *libctx; member in struct:kdf_data_st
|
| macsignature.h | 17 OSSL_LIB_CTX *libctx; member in struct:mac_key_st 28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_engine.h | 40 OSSL_LIB_CTX *libctx; member in struct:quic_engine_args_st
|
| skey.h | 24 OSSL_LIB_CTX *libctx; member in struct:prov_skey_st
|
| /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/ |
| provider_ctx.h | 20 OSSL_LIB_CTX *libctx; /* For all provider modules */ member in struct:prov_ctx_st 33 void ossl_prov_ctx_set0_libctx(PROV_CTX *ctx, OSSL_LIB_CTX *libctx);
|
| /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/ |
| pk7_mime.c | 55 OSSL_LIB_CTX *libctx = NULL; local 59 libctx = (*p7)->ctx.libctx; 64 (ASN1_VALUE **)p7, libctx, propq);
|
| /src/crypto/external/apache2/openssl/dist/demos/pkey/ |
| EVP_PKEY_DSA_keygen.c | 24 static EVP_PKEY *dsa_genparams(OSSL_LIB_CTX *libctx, const char *propq) 30 ctx = EVP_PKEY_CTX_new_from_name(libctx, "DSA", propq); 49 OSSL_LIB_CTX *libctx = NULL; local 56 dsaparamskey = dsa_genparams(libctx, propq); 61 ctx = EVP_PKEY_CTX_new_from_pkey(libctx, dsaparamskey, propq); 74 if (!dsa_print_key(dsakey, 1, libctx, propq))
|
| EVP_PKEY_DSA_paramgen.c | 21 OSSL_LIB_CTX *libctx = NULL; local 30 ctx = EVP_PKEY_CTX_new_from_name(libctx, "DSA", propq); 58 if (!dsa_print_key(dsaparamkey, 0, libctx, propq))
|
| /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/ |
| provider_ctx.h | 21 OSSL_LIB_CTX *libctx; /* For all provider modules */ member in struct:prov_ctx_st 35 void ossl_prov_ctx_set0_libctx(PROV_CTX *ctx, OSSL_LIB_CTX *libctx);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/skeymgmt/ |
| generic.c | 32 OSSL_LIB_CTX *libctx = PROV_LIBCTX_OF(provctx); local 51 generic->libctx = libctx;
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_engine_local.h | 31 /* All objects in a QUIC event domain share the same (libctx, propq). */ 32 OSSL_LIB_CTX *libctx; member in struct:quic_engine_st
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| rsa_x931_test.c | 18 static OSSL_LIB_CTX *libctx = NULL; variable 26 ret = TEST_ptr(rsa = ossl_rsa_new_with_ctx(libctx)) 37 if (!test_get_libctx(&libctx, &prov_null, NULL, NULL, NULL)) 47 OSSL_LIB_CTX_free(libctx);
|
| /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/ |
| pk7_mime.c | 55 OSSL_LIB_CTX *libctx = NULL; local 59 libctx = (*p7)->ctx.libctx; 64 (ASN1_VALUE **)p7, libctx, propq);
|
| /src/crypto/external/bsd/openssl/dist/demos/pkey/ |
| EVP_PKEY_DSA_keygen.c | 24 EVP_PKEY *dsa_genparams(OSSL_LIB_CTX *libctx, const char *propq) 30 ctx = EVP_PKEY_CTX_new_from_name(libctx, "DSA", propq); 49 OSSL_LIB_CTX *libctx = NULL; local 56 dsaparamskey = dsa_genparams(libctx, propq); 61 ctx = EVP_PKEY_CTX_new_from_pkey(libctx, dsaparamskey, propq); 74 if (!dsa_print_key(dsakey, 1, libctx, propq))
|
| EVP_PKEY_DSA_paramgen.c | 21 OSSL_LIB_CTX *libctx = NULL; local 30 ctx = EVP_PKEY_CTX_new_from_name(libctx, "DSA", propq); 58 if (!dsa_print_key(dsaparamkey, 0, libctx, propq))
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_dup.c | 57 OSSL_LIB_CTX *libctx = NULL; local 72 || !asn1_cb(ASN1_OP_GET0_LIBCTX, (ASN1_VALUE **)&x, it, &libctx) 83 ret = ASN1_item_d2i_ex(NULL, &p, i, it, libctx, propq);
|
| /src/crypto/external/apache2/openssl/dist/crypto/dh/ |
| dh_kdf.c | 32 OSSL_LIB_CTX *libctx, const char *propq) 40 kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X942KDF_ASN1, propq); 72 OSSL_LIB_CTX *libctx = ossl_provider_libctx(prov); local 78 ukm, ukmlen, md, libctx, NULL);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| p_seal.c | 25 OSSL_LIB_CTX *libctx = NULL; local 38 libctx = ossl_provider_libctx(prov); 46 if (len < 0 || RAND_priv_bytes_ex(libctx, iv, len, 0) <= 0) 60 pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pubk[i], NULL);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/ |
| ml_dsa_key.h | 16 OSSL_LIB_CTX *libctx; member in struct:ml_dsa_key_st
|