Home
last modified time | relevance | path

Searched refs:rs256_pk_new (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/libfido2/regress/
H A Drs256.c128 if ((k = rs256_pk_new()) == NULL) { in rs256_pk_cmp()
161 ASSERT_NOT_NULL((pk = rs256_pk_new())); in invalid_size()
177 ASSERT_NOT_NULL((pkA = rs256_pk_new())); in valid_size()
178 ASSERT_NOT_NULL((pkB = rs256_pk_new())); in valid_size()
H A Dassert.c192 pk = rs256_pk_new(); in alloc_rs256_pk()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt44 rs256_pk_new.3
275 rs256_pk_new rs256_pk_free
276 rs256_pk_new rs256_pk_from_ptr
277 rs256_pk_new rs256_pk_from_EVP_PKEY
278 rs256_pk_new rs256_pk_from_RSA
279 rs256_pk_new rs256_pk_to_EVP_PKEY
/freebsd/contrib/libfido2/src/fido/
H A Drs256.h47 rs256_pk_t *rs256_pk_new(void);
/freebsd/contrib/libfido2/src/
H A Dexport.gnu264 rs256_pk_new;
H A Dexport.msvc263 rs256_pk_new
H A Drs256.c118 rs256_pk_new(void) in rs256_pk_new() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu272 rs256_pk_new;
H A Dfuzz_assert.c349 (pk = rs256_pk_new()) == NULL) in rs256_convert()
416 if ((rs256_pk = rs256_pk_new()) == NULL) in test()
H A Dfunctions.txt866 rs256_pk_new 1 0 100.00% 3 0 100.00%
/freebsd/contrib/libfido2/tools/
H A Dassert_verify.c127 if ((rs256_pk = rs256_pk_new()) == NULL) in load_pubkey()
H A Dutil.c363 if ((pk = rs256_pk_new()) == NULL) { in write_rsa_pubkey()
/freebsd/contrib/libfido2/examples/
H A Dassert.c93 if ((rs256_pk = rs256_pk_new()) == NULL) in verify_assert()
H A Dutil.c317 if ((pk = rs256_pk_new()) == NULL) { in write_rs256_pubkey()