HomeSort by: relevance | last modified time | path
    Searched refs:pubbuflen (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/kem/
ec_kem.c 159 const unsigned char *pubbuf, size_t pubbuflen)
168 if (!EC_KEY_oct2key(key, pubbuf, pubbuflen, NULL))
ecx_kem.c 130 const unsigned char *pubbuf, size_t pubbuflen)
136 (char *)pubbuf, pubbuflen);
  /src/crypto/external/apache2/openssl/dist/test/
hpke_test.c 77 size_t pubbuflen = 0; local
84 pubbuf, sizeof(pubbuf), &pubbuflen);
87 if (pub != NULL && !TEST_mem_eq(pubbuf, pubbuflen, pub, publen))

Completed in 68 milliseconds