Searched refs:cpx (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libcrypto/evp/ |
H A D | e_chacha20poly1305.c | 407 memcpy(cpx->key, key, sizeof(cpx->key)); in chacha20_poly1305_init() 414 if (!CBB_init_fixed(&cbb, cpx->nonce, sizeof(cpx->nonce))) in chacha20_poly1305_init() 458 ChaCha_set_key(&cpx->chacha, cpx->key, 8 * sizeof(cpx->key)); in chacha20_poly1305_cipher() 490 poly1305_pad16(&cpx->poly1305, cpx->ad_len); in chacha20_poly1305_cipher() 512 poly1305_pad16(&cpx->poly1305, cpx->in_len); in chacha20_poly1305_cipher() 517 CRYPTO_poly1305_finish(&cpx->poly1305, cpx->tag); in chacha20_poly1305_cipher() 518 cpx->tag_len = sizeof(cpx->tag); in chacha20_poly1305_cipher() 527 if (timingsafe_memcmp(tag, cpx->tag, cpx->tag_len) != 0) in chacha20_poly1305_cipher() 541 explicit_bzero(cpx, sizeof(*cpx)); in chacha20_poly1305_cleanup() 553 memset(cpx, 0, sizeof(*cpx)); in chacha20_poly1305_ctrl() [all …]
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | larith.asm | 543 cpx #16 545 cpx #0 562 cpx #16 564 cpx #0 620 cpx #16 622 cpx #0 985 cpx #0 1112 cpx #__data_image_end 1152 cpx #__CTOR_LIST__ 1178 cpx #__DTOR_END__
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | larith.asm | 543 cpx #16 545 cpx #0 562 cpx #16 564 cpx #0 620 cpx #16 622 cpx #0 985 cpx #0 1112 cpx #__data_image_end 1152 cpx #__CTOR_LIST__ 1178 cpx #__DTOR_END__
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 402 ValueType it, ComplexPattern cpx, Instruction inst> 403 : Pat<(vt (op (vt zprty:$Op1), (vt (splat_vector (it (cpx i32:$imm, i32:$shift)))))), 407 … ZPRRegOp zprty, ValueType it, ComplexPattern cpx, Instruction inst> 408 : Pat<(vt (op (pt (SVEAllActive)), (vt zprty:$Op1), (vt (splat_vector (it (cpx i32:$imm)))))), 412 ValueType it, ComplexPattern cpx, Instruction inst> 413 : Pat<(vt (op (vt zprty:$Op1), (vt (splat_vector (it (cpx i64:$imm)))))), 4721 ValueType intty, ValueType predty, ValueType scalarty, ComplexPattern cpx> { 4728 (intty (splat_vector (scalarty (cpx i32:$imm, i32:$shift)))), 4766 ValueType intty, ValueType predty, ValueType scalarty, ComplexPattern cpx> { 4778 (intty (splat_vector (scalarty (cpx i32:$imm, i32:$shift)))),
|