Searched refs:pubbuf (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | hpke_test.c | 76 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 D | ecx_kem.c | 130 const unsigned char *pubbuf, size_t pubbuflen) in ecxkey_pubfromdata() argument 136 (char *)pubbuf, pubbuflen); in ecxkey_pubfromdata()
|
H A D | ec_kem.c | 159 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 38 milliseconds