Home
last modified time | relevance | path

Searched refs:string_to_hex (Results 1 – 13 of 13) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_skey.c112 if (!(oct->data = string_to_hex(str, &length))) { in s2i_ASN1_OCTET_STRING()
H A Dx509_conf.c290 ext_der = string_to_hex(value, &ext_len); in v3_generic_extension()
H A Dx509_utl.c558 string_to_hex(const char *str, long *len) in string_to_hex() function
614 LCRYPTO_ALIAS(string_to_hex);
H A Dx509v3.h648 unsigned char *string_to_hex(const char *str, long *len);
/openbsd/lib/libcrypto/cmac/
H A Dcm_pmeth.c191 key = string_to_hex(value, &keylen); in pkey_cmac_ctrl_str()
/openbsd/lib/libcrypto/hmac/
H A Dhm_pmeth.c237 key = string_to_hex(value, &keylen); in pkey_hmac_ctrl_str()
/openbsd/lib/libcrypto/evp/
H A Dpmeth_lib.c285 if ((hex = string_to_hex(hexstr, &length)) == NULL) in EVP_PKEY_CTX_hex2ctrl()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dx509v3.h157 LCRYPTO_USED(string_to_hex);
/openbsd/usr.bin/openssl/
H A Dts.c716 md_value = string_to_hex(digest, &digest_len); in create_digest()
1143 if ((imprint = string_to_hex(digest, in create_verify_ctx()
H A Dcms.c384 if ((cfg.secret_key = string_to_hex(arg, &ltmp)) == NULL) { in cms_opt_secretkey()
399 if ((cfg.secret_keyid = string_to_hex(arg, &ltmp)) == NULL) { in cms_opt_secretkeyid()
/openbsd/lib/libcrypto/asn1/
H A Dasn1_gen.c734 if (!(rdata = string_to_hex((char *)str, &rdlen))) { in asn1_str2type()
/openbsd/lib/libcrypto/rsa/
H A Drsa_pmeth.c748 if ((lab = string_to_hex(value, &lablen)) == NULL) in pkey_rsa_ctrl_str()
/openbsd/lib/libcrypto/
H A DSymbols.list3258 string_to_hex