Home
last modified time | relevance | path

Searched refs:raw_bytes (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/providers/implementations/skeymgmt/
H A Dgeneric.c33 const OSSL_PARAM *raw_bytes; in generic_import() local
43 raw_bytes = OSSL_PARAM_locate_const(params, OSSL_SKEY_PARAM_RAW_BYTES); in generic_import()
44 if (raw_bytes == NULL) in generic_import()
55 if ((generic->data = OPENSSL_memdup(raw_bytes->data, raw_bytes->data_size)) == NULL) in generic_import()
57 generic->length = raw_bytes->data_size; in generic_import()
/src/sys/dev/mrsas/
H A Dmrsas.h2786 u_int8_t raw_bytes[64]; member