Searched defs:BN_bin2bn (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | bn.h | 46 #define BN_bin2bn hc_BN_bin2bn macro
|
H A D | bn.c | 125 BN_bin2bn(const void *s, int len, BIGNUM *bn) in BN_bin2bn() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bn.h | 65 #define BN_bin2bn PGPV_BN_bin2bn macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_lib.c | 432 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_bin2bn() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_lib.c | 433 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_bin2bn() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/ |
H A D | bignum.c | 5196 BN_bin2bn(const uint8_t *data, int len, BIGNUM *ret) in BN_bin2bn() function
|
/netbsd-src/sbin/nvmectl/ |
H A D | bignum.c | 5218 BN_bin2bn(const uint8_t *data, int len, BIGNUM *ret) in BN_bin2bn() function
|