Home
last modified time | relevance | path

Searched refs:es256_pk_to_EVP_PKEY (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libfido2/regress/
H A Des256.c116 if ((pkB = es256_pk_to_EVP_PKEY(k)) == NULL) { in es256_pk_cmp()
151 ASSERT_NULL(es256_pk_to_EVP_PKEY((const es256_pk_t *)raw)); in invalid_curve()
176 ASSERT_NOT_NULL((pkeyB = es256_pk_to_EVP_PKEY(pkB))); in valid_curve()
H A Dassert.c613 assert((pkey = es256_pk_to_EVP_PKEY(pk1)) != NULL); in es256_PKEY()
/freebsd/contrib/libfido2/src/fido/
H A Des256.h49 EVP_PKEY *es256_pk_to_EVP_PKEY(const es256_pk_t *);
/freebsd/contrib/libfido2/src/
H A Des256.c193 if ((pkey = es256_pk_to_EVP_PKEY(pk)) == NULL) { in es256_pk_from_ptr()
269 es256_pk_to_EVP_PKEY(const es256_pk_t *k) in es256_pk_to_EVP_PKEY() function
530 if ((pkey = es256_pk_to_EVP_PKEY(pk)) == NULL || in es256_pk_verify_sig()
H A Dexport.gnu13 es256_pk_to_EVP_PKEY;
H A Dexport.msvc12 es256_pk_to_EVP_PKEY
H A Decdh.c129 if ((pk_evp = es256_pk_to_EVP_PKEY(pk)) == NULL || in do_ecdh()
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu13 es256_pk_to_EVP_PKEY;
H A Dfuzz_assert.c306 if ((pkey = es256_pk_to_EVP_PKEY(k)) == NULL || in es256_convert()
H A Dfunctions.txt478 es256_pk_to_EVP_PKEY 42 0 100.00% 53 0 100.00%
/freebsd/contrib/libfido2/examples/
H A Dutil.c192 if ((pkey = es256_pk_to_EVP_PKEY(pk)) == NULL) { in write_es256_pubkey()
/freebsd/contrib/libfido2/tools/
H A Dutil.c265 if ((pkey = es256_pk_to_EVP_PKEY(pk)) == NULL) { in write_es256_pubkey()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt56 es256_pk_new es256_pk_to_EVP_PKEY