OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xalg
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/pkcs7/
pk7_doit.c
264
X509_ALGOR *
xalg
=NULL;
local
280
xalg
=p7->d.signed_and_enveloped->enc_data->algorithm;
291
xalg
=p7->d.enveloped->enc_data->algorithm;
333
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
345
if (
xalg
->parameter == NULL) {
346
xalg
->parameter = ASN1_TYPE_new();
347
if (
xalg
->parameter == NULL)
350
if(EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) < 0)
Completed in 280 milliseconds