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,
209 CHECK_MPI_OK( mp_to_fixlen_octets(&Qy, pointQ->data + 1 + len,
405 CHECK_MPI_OK( mp_to_fixlen_octets(&privKeyVal, privKeyBytes, len) );
793 CHECK_MPI_OK( mp_to_fixlen_octets(&r, signature->data, olen) );
794 CHECK_MPI_OK( mp_to_fixlen_octets(&s, signature->data + olen, olen) );
/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.c4829 /* {{{ mp_to_fixlen_octets(mp, str) */
4832 mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size length) function
4863 } /* end mp_to_fixlen_octets() */

Completed in 54 milliseconds