Searched refs:mp_to_fixlen_octets (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ec.c | 207 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()
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.h | 355 mp_err mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size len);
|
H A D | mpi.c | 4832 mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size length) in mp_to_fixlen_octets() function
|