Searched refs:raw_bytes (Results 1 – 2 of 2) sorted by relevance
33 const OSSL_PARAM *raw_bytes; in generic_import() local43 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()
2786 u_int8_t raw_bytes[64]; member