Home
last modified time | relevance | path

Searched refs:otmp (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/asn1/
H A Dtasn_enc.c527 ASN1_OBJECT *otmp; in asn1_ex_i2c() local
561 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()
562 cont = otmp->data; in asn1_ex_i2c()
563 len = otmp->length; in asn1_ex_i2c()
/openssl/apps/lib/
H A Dopt.c711 ASN1_OBJECT *otmp; in opt_verify() local
724 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify()
725 if (otmp == NULL) { in opt_verify()
729 if (!X509_VERIFY_PARAM_add0_policy(vpm, otmp)) { in opt_verify()
730 ASN1_OBJECT_free(otmp); in opt_verify()
/openssl/crypto/evp/
H A Devp_lib.c309 ASN1_OBJECT *otmp = OBJ_nid2obj(nid); in EVP_CIPHER_get_type()
311 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_get_type()
313 ASN1_OBJECT_free(otmp); in EVP_CIPHER_get_type()
/openssl/apps/
H A Dca.c2347 ASN1_OBJECT *otmp; in make_revocation_str() local
2371 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2372 ASN1_OBJECT_free(otmp); in make_revocation_str()
2374 if (otmp == NULL) { in make_revocation_str()

Completed in 55 milliseconds