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

  /src/external/bsd/libfido2/dist/src/
blob.h 29 fido_blob_t *fido_blob_new(void);
pin.c 42 if ((*out = fido_blob_new()) == NULL ||
43 (ph = fido_blob_new()) == NULL) {
81 if ((*ppin = fido_blob_new()) == NULL)
109 if ((*out = fido_blob_new()) == NULL) {
170 if ((p = fido_blob_new()) == NULL || fido_blob_set(p,
223 if ((p = fido_blob_new()) == NULL || fido_blob_set(p,
295 if ((aes_token = fido_blob_new()) == NULL) {
374 if ((opin = fido_blob_new()) == NULL || fido_blob_set(opin,
702 if ((token = fido_blob_new()) == NULL) {
blob.c 11 fido_blob_new(void) function
ecdh.c 126 if ((secret = fido_blob_new()) == NULL ||
127 (*ecdh = fido_blob_new()) == NULL)
largeblob.c 70 if ((plaintext = fido_blob_new()) == NULL ||
71 (aad = fido_blob_new()) == NULL) {
72 fido_log_debug("%s: fido_blob_new", __func__);
124 if ((plaintext = fido_blob_new()) == NULL ||
125 (aad = fido_blob_new()) == NULL) {
126 fido_log_debug("%s: fido_blob_new", __func__);
217 if ((*chunk = fido_blob_new()) == NULL) {
218 fido_log_debug("%s: fido_blob_new", __func__);
443 if ((array = fido_blob_new()) == NULL)
523 if ((hmac = fido_blob_new()) == NULL |
    [all...]
bio.c 487 if ((token = fido_blob_new()) == NULL) {
cbor.c 811 if ((enc = fido_blob_new()) == NULL ||

Completed in 25 milliseconds