Searched refs:i2d_ECPrivateKey (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/lib/libcrypto/x509/ |
| D | x_all.c | 261 return ASN1_i2d_bio_of(EC_KEY, i2d_ECPrivateKey, bp, eckey); in i2d_ECPrivateKey_bio() 275 return ASN1_i2d_fp_of(EC_KEY, i2d_ECPrivateKey, fp, eckey); in i2d_ECPrivateKey_fp()
|
| /openbsd/src/lib/libcrypto/pem/ |
| D | pem_all.c | 580 return PEM_ASN1_write((i2d_of_void *)i2d_ECPrivateKey, PEM_STRING_ECPRIVATEKEY, fp, in PEM_write_ECPrivateKey() 599 return PEM_ASN1_write_bio((i2d_of_void *)i2d_ECPrivateKey, PEM_STRING_ECPRIVATEKEY, bp, in PEM_write_bio_ECPrivateKey()
|
| /openbsd/src/lib/libcrypto/ec/ |
| D | ec_ameth.c | 403 if ((key_len = i2d_ECPrivateKey(eckey, &key)) <= 0) { in eckey_priv_encode() 629 return i2d_ECPrivateKey(pkey->pkey.ec, priv); in old_ec_priv_encode()
|
| D | ec_asn1.c | 1275 i2d_ECPrivateKey(EC_KEY *ec_key, unsigned char **out) in i2d_ECPrivateKey() function 1338 LCRYPTO_ALIAS(i2d_ECPrivateKey);
|
| D | ec.h | 287 int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);
|
| /openbsd/src/regress/lib/libcrypto/ec/ |
| D | ec_asn1_test.c | 2050 if ((der_len = i2d_ECPrivateKey(ec_key, &der)) <= 0) { in ec_key_check_sanity() 2335 if ((der_len = i2d_ECPrivateKey(ec_key, &der)) <= 0) { in ec_key_test_hybrid_roundtrip()
|
| /openbsd/src/sbin/iked/ |
| D | ca.c | 1506 if ((len = i2d_ECPrivateKey(ec, NULL)) <= 0) in ca_privkey_serialize() 1512 if (i2d_ECPrivateKey(ec, &d) != len) { in ca_privkey_serialize()
|
| /openbsd/src/lib/libcrypto/ |
| D | Symbols.list | 3074 i2d_ECPrivateKey
|