Searched refs:cbor_encode_pubkey_param (Results 1 – 4 of 4) sorted by relevance
51 (argv[3] = cbor_encode_pubkey_param(COSE_ES256)) == NULL) { in fido_dev_get_touch_begin()
52 cbor_item_t *cbor_encode_pubkey_param(int);
74 (argv[3] = cbor_encode_pubkey_param(cred->type)) == NULL) { in fido_dev_make_cred_tx()
471 cbor_encode_pubkey_param(int cose_alg) in cbor_encode_pubkey_param() function