Searched refs:penc (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dp8_pkey.c90 unsigned char *penc, int penclen)
98 if (penc)
105 oct->data = penc;
H A Dx_pubkey.c341 unsigned char *penc, int penclen)
345 if (penc)
349 pub->public_key->data = penc;
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_ameth.c72 unsigned char *penc = NULL; local
74 penclen = i2d_RSAPublicKey(pkey->pkey.rsa, &penc);
78 V_ASN1_NULL, NULL, penc, penclen))
81 OPENSSL_free(penc);
/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_ameth.c134 unsigned char *penc = NULL; local
155 penclen = i2d_ASN1_INTEGER(pub_key, &penc);
166 ptype, pval, penc, penclen))
170 if (penc)
171 OPENSSL_free(penc);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_ameth.c108 unsigned char *penc = NULL, *p; local
119 penc = OPENSSL_malloc(penclen);
120 if (!penc)
122 p = penc;
127 ptype, pval, penc, penclen))
134 if (penc)
135 OPENSSL_free(penc);
/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_ameth.c143 unsigned char *penc = NULL; local
165 penclen = i2d_DSAPublicKey(dsa, &penc);
174 ptype, pval, penc, penclen))
178 if (penc)
179 OPENSSL_free(penc);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_lib.c485 void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc) argument
487 if (penc)
488 *penc = ri->key_enc_algor;
H A Dpkcs7.h340 void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc);
/barrelfish-master/include/openssl/
H A Dpkcs7.h340 void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc);
H A Dx509.h1175 unsigned char *penc, int penclen);
1183 unsigned char *penc, int penclen);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509.h1175 unsigned char *penc, int penclen);
1183 unsigned char *penc, int penclen);

Completed in 166 milliseconds