Home
last modified time | relevance | path

Searched refs:key_set (Results 1 – 22 of 22) sorted by relevance

/openssl/crypto/evp/
H A De_aria.c34 int key_set; /* Set if key initialised */ member
50 int key_set; /* Set if key initialised */ member
243 gctx->key_set = 1; in aria_gcm_init_key()
246 if (gctx->key_set) in aria_gcm_init_key()
262 gctx->key_set = 0; in aria_gcm_ctrl()
324 if (gctx->iv_gen == 0 || gctx->key_set == 0) in aria_gcm_ctrl()
339 if (gctx->iv_gen == 0 || gctx->key_set == 0 in aria_gcm_ctrl()
460 if (!gctx->key_set) in aria_gcm_cipher()
528 cctx->key_set = 1; in aria_ccm_init_key()
543 cctx->key_set = 0; in aria_ccm_ctrl()
[all …]
H A De_aes.c251 gctx->key_set = 1; in aesni_gcm_init_key()
254 if (gctx->key_set) in aesni_gcm_init_key()
347 cctx->key_set = 1; in aesni_ccm_init_key()
405 octx->key_set = 1; in aesni_ocb_init_key()
408 if (octx->key_set) in aesni_ocb_init_key()
935 int key_set; member
999 int key_set; member
1717 if (!gctx->key_set) in s390x_aes_gcm_cipher()
3040 if (!gctx->key_set) in aes_gcm_cipher()
3584 if (!cctx->key_set) in aes_ccm_cipher()
[all …]
/openssl/providers/implementations/ciphers/
H A Dciphercommon.c133 ctx->key_set = 0;
224 ctx->key_set = 1; in cipher_generic_init_internal()
257 if (!ctx->key_set) { in ossl_cipher_generic_block_update()
403 if (!ctx->key_set) { in ossl_cipher_generic_block_final()
474 if (!ctx->key_set) { in ossl_cipher_generic_stream_update()
538 if (!ctx->key_set) { in ossl_cipher_generic_stream_final()
556 if (!ctx->key_set) { in ossl_cipher_generic_cipher()
H A Dcipher_aes_ocb.h30 unsigned int key_set : 1; member
H A Dcipher_aria_ccm_hw.c25 ctx->key_set = 1; in ccm_aria_initkey()
H A Dcipher_aes_xts.h54 unsigned int key_set : 1; member
H A Dciphercommon_gcm.c115 || !ctx->key_set in getivgen()
133 || !ctx->key_set in setivinv()
425 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED) in gcm_cipher_internal()
543 if (!ossl_prov_is_running() || !ctx->key_set) in gcm_tls_cipher()
H A Dcipher_sm4_ccm_hw.c22 ctx->key_set = 1;
H A Dcipher_aes_ccm_hw.c25 ctx->key_set = 1;
H A Dcipher_sm4_gcm_hw.c21 ctx->key_set = 1;
H A Dcipher_aes_xts_s390x.inc61 xctx->plat.s390x.key_set = 1;
122 || !xctx->plat.s390x.key_set)
H A Dcipher_aes_ocb_hw.c29 ctx->key_set = 1
H A Dciphercommon_ccm.c391 if (!ctx->key_set) in ccm_cipher_internal()
448 ctx->key_set = 0; in ossl_ccm_initctx()
H A Dcipher_tdes_common.c109 ctx->key_set = 1; in tdes_init()
H A Dcipher_des.c99 ctx->key_set = 1; in des_init()
H A Dcipher_aes_ocb.c240 if (!ctx->key_set || !update_iv(ctx)) in aes_ocb_block_update()
271 if (!ctx->key_set || !update_iv(ctx)) in aes_ocb_block_final()
H A Dcipher_aes_gcm_hw_vaes_avx512.inc54 ctx->key_set = 1;
H A Dcipher_aes_ccm_hw_s390x.inc29 ctx->key_set = 1;
H A Dcipher_aes_gcm_hw_s390x.inc29 ctx->key_set = 1;
/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h71 unsigned int key_set:1; /* Set if key initialised */ member
131 ctx->key_set = 1;
H A Dciphercommon_ccm.h36 unsigned int key_set : 1; /* Set if key initialised */ member
H A Dciphercommon.h72 unsigned int key_set : 1; /* Set when key is set on the context */ member

Completed in 43 milliseconds