Searched refs:buflen (Results 1 – 2 of 2) sorted by relevance
/crypto/fipsmodule/ecdh/ |
A D | ecdh.cc.inc | 47 size_t buflen; 49 !ec_get_x_coordinate_as_bytes(group, buf, &buflen, sizeof(buf), 61 BCM_sha224_update(&ctx, buf, buflen); 66 BCM_sha256_update(&ctx, buf, buflen); 71 BCM_sha384_update(&ctx_512, buf, buflen); 76 BCM_sha512_update(&ctx_512, buf, buflen);
|
/crypto/asn1/ |
A D | a_strex.cc | 93 static int do_buf(const unsigned char *buf, int buflen, int encoding, in do_buf() argument 120 CBS_init(&cbs, buf, buflen); in do_buf() 160 static int do_hex_dump(BIO *out, unsigned char *buf, int buflen) { in do_hex_dump() argument 166 q = buf + buflen; in do_hex_dump() 176 return buflen << 1; in do_hex_dump()
|
Completed in 5 milliseconds