Home
last modified time | relevance | path

Searched refs:phe (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libfido2/src/
H A Dpin.c153 fido_blob_t *phe = NULL; in ctap20_uv_token_tx() local
173 if ((r = pin_sha256_enc(dev, ecdh, p, &phe)) != FIDO_OK) { in ctap20_uv_token_tx()
181 (argv[5] = fido_blob_encode(phe)) == NULL) { in ctap20_uv_token_tx()
198 fido_blob_free(&phe); in ctap20_uv_token_tx()
210 fido_blob_t *phe = NULL; in ctap21_uv_token_tx() local
225 if ((r = pin_sha256_enc(dev, ecdh, p, &phe)) != FIDO_OK) { in ctap21_uv_token_tx()
242 (phe != NULL && (argv[5] = fido_blob_encode(phe)) == NULL) || in ctap21_uv_token_tx()
261 fido_blob_free(&phe); in ctap21_uv_token_tx()
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs795 struct hostent * phe; in inet_aton()
802 phe = gethostbyname(host); in inet_aton()
803 if (phe && phe->h_addrtype == AF_INET && phe->h_length == 4) { in inet_aton()
804 ST(0) = sv_2mortal(newSVpvn((char *)phe->h_addr, phe->h_length)); in inet_aton()