Home
last modified time | relevance | path

Searched refs:wrap_key (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.c221 EVP_PKEY *wrap_key = NULL; in GET_EVP_PKEY() local
243 wrap_key = wrap_rsa(key_id, public_rsa); in GET_EVP_PKEY()
245 return wrap_key; in GET_EVP_PKEY()
253 wrap_key = wrap_ec(key_id, ec_key); in GET_EVP_PKEY()
255 return wrap_key; in GET_EVP_PKEY()
/third_party/openssl/demos/cipher/
H A Daeskeywrap.c22 static const unsigned char wrap_key[] = { variable
82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_encrypt()
139 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_decrypt()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Daes.rs48 //! use openssl::aes::{AesKey, unwrap_key, wrap_key};
55 //! wrap_key(&enc_key, None, &mut ciphertext, &key_to_wrap[..]).unwrap();
196 pub fn wrap_key( in wrap_key() functions
306 wrap_key(&enc_key, None, &mut wrapped, &key_data).unwrap(), in test_wrap_unwrap()

Completed in 2 milliseconds