Searched refs:string_to_hex (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_skey.c90 if(!(oct->data = string_to_hex(str, &length))) {
H A Dv3_pci.c129 string_to_hex(val->value + 4, &val_len);
H A Dv3_conf.c277 ext_der = string_to_hex(value, &ext_len);
H A Dv3_utl.c392 unsigned char *string_to_hex(const char *str, long *len) function
H A Dx509v3.h667 unsigned char *string_to_hex(const char *str, long *len);
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c181 key = string_to_hex(value, &keylen);
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c228 key = string_to_hex(value, &keylen);
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost_pmeth.c13 #include <openssl/x509v3.h> /*For string_to_hex */
525 unsigned char *keybuf=string_to_hex(value,&keylen);
/freebsd-10.0-release/crypto/openssl/apps/
H A Dcms.c310 secret_key = string_to_hex(*args, &ltmp);
324 secret_keyid = string_to_hex(*args, &ltmp);
H A Dts.c627 *md_value = string_to_hex(digest, &digest_len);
1033 if (!(ctx->imprint = string_to_hex(digest,
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c773 if (!(rdata = string_to_hex((char *)str, &rdlen)))

Completed in 193 milliseconds