Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/regress/
H A Des384.c128 if ((pkB = es384_pk_to_EVP_PKEY(k)) == NULL) { in es384_pk_cmp()
165 ASSERT_NULL(es384_pk_to_EVP_PKEY((const es384_pk_t *)raw)); in invalid_curve()
190 ASSERT_NOT_NULL((pkeyB = es384_pk_to_EVP_PKEY(pkB))); in valid_curve()
/freebsd/contrib/libfido2/src/
H A Des384.c100 if ((pkey = es384_pk_to_EVP_PKEY(pk)) == NULL) { in es384_pk_from_ptr()
112 es384_pk_to_EVP_PKEY(const es384_pk_t *k) in es384_pk_to_EVP_PKEY() function
285 if ((pkey = es384_pk_to_EVP_PKEY(pk)) == NULL || in es384_pk_verify_sig()
H A Dexport.gnu19 es384_pk_to_EVP_PKEY;
H A Dexport.msvc18 es384_pk_to_EVP_PKEY
/freebsd/contrib/libfido2/src/fido/
H A Des384.h49 EVP_PKEY *es384_pk_to_EVP_PKEY(const es384_pk_t *);
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu19 es384_pk_to_EVP_PKEY;
H A Dfuzz_assert.c327 if ((pkey = es384_pk_to_EVP_PKEY(k)) == NULL || in es384_convert()
H A Dfunctions.txt497 es384_pk_to_EVP_PKEY 42 0 100.00% 53 0 100.00%
/freebsd/contrib/libfido2/examples/
H A Dutil.c249 if ((pkey = es384_pk_to_EVP_PKEY(pk)) == NULL) { in write_es384_pubkey()
/freebsd/contrib/libfido2/tools/
H A Dutil.c303 if ((pkey = es384_pk_to_EVP_PKEY(pk)) == NULL) { in write_es384_pubkey()
/freebsd/contrib/libfido2/
H A DNEWS29 - es384_pk_to_EVP_PKEY;
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt61 es384_pk_new es384_pk_to_EVP_PKEY