Home
last modified time | relevance | path

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

/freebsd-src/lib/libsecureboot/openpgp/
H A Ddecode.c186 decode_mpi(unsigned char **pptr, size_t *sz) in decode_mpi() function
216 return (decode_mpi(pptr, sz)); in mpi2bn()
H A Ddecode.h52 unsigned char * decode_mpi(unsigned char **pptr, size_t *sz);
H A Dopgp_sig.c180 sig->sig = decode_mpi(&ptr, &sig->sig_len);