Home
last modified time | relevance | path

Searched refs:i2d_PublicKey (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/asn1/
Di2d_pu.c74 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp) in i2d_PublicKey() function
Dx_pubkey.c223 if ((i=i2d_PublicKey(pkey,NULL)) <= 0) goto err;
230 i2d_PublicKey(pkey,&p);
/external/openssl/crypto/evp/
Devp.h838 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
/external/openssl/include/openssl/
Devp.h838 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1083 pkeylen = i2d_PublicKey(evp, NULL);
1090 pkeylen = i2d_PublicKey(evp, &bp);