Home
last modified time | relevance | path

Searched refs:pubbuflen (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/kem/
H A Decx_kem.c130 const unsigned char *pubbuf, size_t pubbuflen) in ecxkey_pubfromdata() argument
136 (char *)pubbuf, pubbuflen); in ecxkey_pubfromdata()
H A Dec_kem.c159 const unsigned char *pubbuf, size_t pubbuflen) in eckey_frompub() argument
168 if (!EC_KEY_oct2key(key, pubbuf, pubbuflen, NULL)) in eckey_frompub()
/openssl/test/
H A Dhpke_test.c77 size_t pubbuflen = 0; in cmpkey() local
84 pubbuf, sizeof(pubbuf), &pubbuflen); in cmpkey()
87 if (pub != NULL && !TEST_mem_eq(pubbuf, pubbuflen, pub, publen)) in cmpkey()

Completed in 21 milliseconds