Home
last modified time | relevance | path

Searched refs:ossl_sm4_set_key (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsm4.h32 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsm4_internal_test.c57 ossl_sm4_set_key(k, &key); in test_sm4_ecb()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_sm4_hw.c18 ossl_sm4_set_key(key, ks); in cipher_hw_sm4_initkey()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_sm4.c29 ossl_sm4_set_key(key, EVP_CIPHER_CTX_get_cipher_data(ctx)); in sm4_init_key()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sm4/
H A Dsm4.c132 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks) in ossl_sm4_set_key() function