Home
last modified time | relevance | path

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

/openssl/test/
H A Dhpke_test.c76 unsigned char pubbuf[256]; in cmpkey() local
80 if (!TEST_true(publen <= sizeof(pubbuf))) in cmpkey()
84 pubbuf, sizeof(pubbuf), &pubbuflen); in cmpkey()
87 if (pub != NULL && !TEST_mem_eq(pubbuf, pubbuflen, pub, publen)) in cmpkey()
/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()

Completed in 18 milliseconds