Searched refs:evp_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | endecoder_legacy_test.c | 75 int evp_type; member 217 int evp_type; member 298 static int test_protected_PEM(const char *keytype, int evp_type, in test_protected_PEM() argument 343 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_protected_PEM() 366 static int test_unprotected_PEM(const char *keytype, int evp_type, in test_unprotected_PEM() argument 410 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_unprotected_PEM() 433 static int test_DER(const char *keytype, int evp_type, in test_DER() argument 481 || !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type, in test_DER() 522 || !TEST_int_eq(EVP_PKEY_get_id(downgraded_pkey), key->evp_type) in test_key() 537 if (!test_protected_PEM(key->keytype, key->evp_type, legacy_obj, in test_key() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pvkfmt.c | 70 static EVP_PKEY *evp_pkey_new0_key(void *key, int evp_type) in evp_pkey_new0_key() argument 81 if (!ossl_assert(evp_type == EVP_PKEY_RSA || evp_type == EVP_PKEY_DSA)) { in evp_pkey_new0_key() 87 switch (evp_type) { in evp_pkey_new0_key() 105 switch (evp_type) { in evp_pkey_new0_key()
|
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
H A D | mech_digestmd5.c | 1012 const EVP_CIPHER *(*evp_type)(void);/* type of cipher */ in cipher_context_create() member 1079 if (EVP_CipherInit_ex(ctx->evp_ctx, ctp->evp_type(), NULL, NULL, NULL, in cipher_context_create()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 1246 #define MAKE_ENCODER(impl, type, evp_type, kind, output) \ argument
|