OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xalg
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_doit.c
217
X509_ALGOR *
xalg
= NULL;
local
258
xalg
= p7->d.signed_and_enveloped->enc_data->algorithm;
267
xalg
= p7->d.enveloped->enc_data->algorithm;
305
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_get_type(evp_cipher));
332
if (
xalg
->parameter == NULL) {
333
xalg
->parameter = ASN1_TYPE_new();
334
if (
xalg
->parameter == NULL)
337
if (EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) <= 0)
pk7_doit.c
217
X509_ALGOR *
xalg
= NULL;
local
258
xalg
= p7->d.signed_and_enveloped->enc_data->algorithm;
267
xalg
= p7->d.enveloped->enc_data->algorithm;
305
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_get_type(evp_cipher));
332
if (
xalg
->parameter == NULL) {
333
xalg
->parameter = ASN1_TYPE_new();
334
if (
xalg
->parameter == NULL)
337
if (EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) <= 0)
/src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_doit.c
204
X509_ALGOR *
xalg
= NULL;
local
238
xalg
= p7->d.signed_and_enveloped->enc_data->algorithm;
247
xalg
= p7->d.enveloped->enc_data->algorithm;
285
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
297
if (
xalg
->parameter == NULL) {
298
xalg
->parameter = ASN1_TYPE_new();
299
if (
xalg
->parameter == NULL)
302
if (EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) < 0)
pk7_doit.c
204
X509_ALGOR *
xalg
= NULL;
local
238
xalg
= p7->d.signed_and_enveloped->enc_data->algorithm;
247
xalg
= p7->d.enveloped->enc_data->algorithm;
285
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
297
if (
xalg
->parameter == NULL) {
298
xalg
->parameter = ASN1_TYPE_new();
299
if (
xalg
->parameter == NULL)
302
if (EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) < 0)
/src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_doit.c
242
X509_ALGOR *
xalg
= NULL;
local
283
xalg
= p7->d.signed_and_enveloped->enc_data->algorithm;
292
xalg
= p7->d.enveloped->enc_data->algorithm;
330
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_get_type(evp_cipher));
357
if (
xalg
->parameter == NULL) {
358
xalg
->parameter = ASN1_TYPE_new();
359
if (
xalg
->parameter == NULL)
362
if (EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) <= 0) {
363
ASN1_TYPE_free(
xalg
->parameter);
364
xalg
->parameter = NULL
[
all
...]
pk7_doit.c
242
X509_ALGOR *
xalg
= NULL;
local
283
xalg
= p7->d.signed_and_enveloped->enc_data->algorithm;
292
xalg
= p7->d.enveloped->enc_data->algorithm;
330
xalg
->algorithm = OBJ_nid2obj(EVP_CIPHER_get_type(evp_cipher));
357
if (
xalg
->parameter == NULL) {
358
xalg
->parameter = ASN1_TYPE_new();
359
if (
xalg
->parameter == NULL)
362
if (EVP_CIPHER_param_to_asn1(ctx,
xalg
->parameter) <= 0) {
363
ASN1_TYPE_free(
xalg
->parameter);
364
xalg
->parameter = NULL
[
all
...]
Completed in 101 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026