Home
last modified time | relevance | path

Searched refs:null_cipher_ctx_t (Results 1 – 2 of 2) sorted by relevance

/external/srtp/crypto/include/
Dnull_cipher.h56 } null_cipher_ctx_t; typedef
65 null_cipher_init(null_cipher_ctx_t *c, const uint8_t *key);
68 null_cipher_set_segment(null_cipher_ctx_t *c,
72 null_cipher_encrypt(null_cipher_ctx_t *c,
77 null_cipher_encrypt_aligned(null_cipher_ctx_t *c,
/external/srtp/crypto/cipher/
Dnull_cipher.c64 pointer = (uint8_t*)crypto_alloc(sizeof(null_cipher_ctx_t) + sizeof(cipher_t)); in null_cipher_alloc()
89 sizeof(null_cipher_ctx_t) + sizeof(cipher_t)); in null_cipher_dealloc()
102 null_cipher_init(null_cipher_ctx_t *ctx, const uint8_t *key) { in null_cipher_init()
110 null_cipher_set_iv(null_cipher_ctx_t *c, void *iv) { in null_cipher_set_iv()
115 null_cipher_encrypt(null_cipher_ctx_t *c, in null_cipher_encrypt()