Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec.c207 CHECK_MPI_OK( mp_to_fixlen_octets(&Qx, pointQ->data + 1, in ec_points_mul()
209 CHECK_MPI_OK( mp_to_fixlen_octets(&Qy, pointQ->data + 1 + len, in ec_points_mul()
405 CHECK_MPI_OK( mp_to_fixlen_octets(&privKeyVal, privKeyBytes, len) ); in ec_GenerateRandomPrivateKey()
793 CHECK_MPI_OK( mp_to_fixlen_octets(&r, signature->data, olen) ); in ECDSA_SignDigestWithSeed()
794 CHECK_MPI_OK( mp_to_fixlen_octets(&s, signature->data + olen, olen) ); in ECDSA_SignDigestWithSeed()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h355 mp_err mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size len);
H A Dmpi.c4832 mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size length) in mp_to_fixlen_octets() function