Home
last modified time | relevance | path

Searched refs:kblen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h235 const SECItem *, const unsigned char *, const int kblen, int);
H A Dec.c632 const SECItem *digest, const unsigned char *kb, const int kblen, int kmflag) in ECDSA_SignDigestWithSeed() argument
659 if (!key || !signature || !digest || !kb || (kblen < 0)) { in ECDSA_SignDigestWithSeed()
687 CHECK_MPI_OK( mp_read_unsigned_octets(&k, kb, kblen) ); in ECDSA_SignDigestWithSeed()