HomeSort by: relevance | last modified time | path
    Searched refs:read_ec_pubkey (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libfido2/dist/examples/
extern.h 16 EC_KEY *read_ec_pubkey(const char *);
assert.c 60 if ((ec = read_ec_pubkey(key)) == NULL)
61 errx(1, "read_ec_pubkey");
75 if ((ec = read_ec_pubkey(key)) == NULL)
76 errx(1, "read_ec_pubkey");
util.c 131 read_ec_pubkey(const char *path) function
  /src/external/bsd/libfido2/dist/tools/
extern.h 38 EC_KEY *read_ec_pubkey(const char *);
assert_verify.c 105 if ((ec = read_ec_pubkey(file)) == NULL)
106 errx(1, "read_ec_pubkey");
115 if ((ec = read_ec_pubkey(file)) == NULL)
116 errx(1, "read_ec_pubkey");
util.c 218 read_ec_pubkey(const char *path) function

Completed in 18 milliseconds