Home
last modified time | relevance | path

Searched refs:read_ec_pubkey (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/libfido2/examples/
HDextern.h16 EC_KEY *read_ec_pubkey(const char *);
HDassert.c60 if ((ec = read_ec_pubkey(key)) == NULL) in verify_assert()
75 if ((ec = read_ec_pubkey(key)) == NULL) in verify_assert()
HDutil.c131 read_ec_pubkey(const char *path) in read_ec_pubkey() function
/freebsd-14-stable/contrib/libfido2/tools/
HDassert_verify.c105 if ((ec = read_ec_pubkey(file)) == NULL) in load_pubkey()
115 if ((ec = read_ec_pubkey(file)) == NULL) in load_pubkey()
HDextern.h38 EC_KEY *read_ec_pubkey(const char *);
HDutil.c217 read_ec_pubkey(const char *path) in read_ec_pubkey() function