HomeSort by: relevance | last modified time | path
    Searched defs:calg (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_enc.c 28 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; local
55 ciph = EVP_get_cipherbyobj(calg->algorithm);
72 calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx));
73 if (calg->algorithm == NULL) {
84 } else if (EVP_CIPHER_asn1_to_param(ctx, calg->parameter) <= 0) {
140 calg->parameter = ASN1_TYPE_new();
141 if (calg->parameter == NULL) {
145 if (EVP_CIPHER_param_to_asn1(ctx, calg->parameter) <= 0) {
151 if (calg->parameter->type == V_ASN1_UNDEF) {
152 ASN1_TYPE_free(calg->parameter)
    [all...]
cms_env.c 377 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; local
378 const EVP_CIPHER *ciph = EVP_get_cipherbyobj(calg->algorithm);
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_enc.c 32 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; local
63 cipher = EVP_get_cipherbyobj(calg->algorithm);
84 calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_get_type(ctx));
85 if (calg->algorithm == NULL || calg->algorithm->nid == NID_undef) {
102 if (evp_cipher_asn1_to_param_ex(ctx, calg->parameter, &aparams) <= 0) {
171 calg->parameter = ASN1_TYPE_new();
172 if (calg->parameter == NULL) {
184 if (evp_cipher_param_to_asn1_ex(ctx, calg->parameter, &aparams) <= 0) {
189 if (calg->parameter->type == V_ASN1_UNDEF)
    [all...]
cms_env.c 589 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; local
592 OBJ_obj2txt(name, sizeof(name), calg->algorithm, 0);
600 cipher = EVP_get_cipherbyobj(calg->algorithm);
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_enc.c 32 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; local
63 cipher = EVP_get_cipherbyobj(calg->algorithm);
84 calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_get_type(ctx));
85 if (calg->algorithm == NULL || calg->algorithm->nid == NID_undef) {
102 if (evp_cipher_asn1_to_param_ex(ctx, calg->parameter, &aparams) <= 0) {
169 calg->parameter = ASN1_TYPE_new();
170 if (calg->parameter == NULL) {
182 if (evp_cipher_param_to_asn1_ex(ctx, calg->parameter, &aparams) <= 0) {
187 if (calg->parameter->type == V_ASN1_UNDEF)
    [all...]
cms_env.c 551 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; local
554 OBJ_obj2txt(name, sizeof(name), calg->algorithm, 0);
562 cipher = EVP_get_cipherbyobj(calg->algorithm);

Completed in 33 milliseconds