Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dtasn_enc.c533 ASN1_OBJECT *otmp; in asn1_ex_i2c() local
567 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()
568 cont = otmp->data; in asn1_ex_i2c()
569 len = otmp->length; in asn1_ex_i2c()
/openssl/apps/lib/
H A Dopt.c701 ASN1_OBJECT *otmp; in opt_verify() local
714 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify()
715 if (otmp == NULL) { in opt_verify()
719 X509_VERIFY_PARAM_add0_policy(vpm, otmp); in opt_verify()
/openssl/crypto/evp/
H A Devp_lib.c330 ASN1_OBJECT *otmp = OBJ_nid2obj(nid); in EVP_CIPHER_get_type()
332 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_get_type()
334 ASN1_OBJECT_free(otmp); in EVP_CIPHER_get_type()
/openssl/apps/
H A Dca.c2373 ASN1_OBJECT *otmp; in make_revocation_str() local
2397 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2398 ASN1_OBJECT_free(otmp); in make_revocation_str()
2400 if (otmp == NULL) { in make_revocation_str()

Completed in 39 milliseconds