blockCipherContext::blockCipherContext [in-charge] ( struct blockCipher const* p1 )1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherContext::blockCipherContext [in-charge] ( )Field 'this.algo' in the object of this method has base type 'struct blockCipher'.
blockCipherContext::~blockCipherContext [in-charge] ( )Field 'this.algo' in the object of this method has base type 'struct blockCipher'.
aes [data]Return value has base type 'struct blockCipher'.
blockCipherContextCBC ( blockCipherContext* p1, uint32_t* p2, uint32_t const* p3, int p4 )Field 'p1.algo' in 1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherContextECB ( blockCipherContext* p1, uint32_t* p2, uint32_t const* p3, int p4 )Field 'p1.algo' in 1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherContextFree ( blockCipherContext* p1 )Field 'p1.algo' in 1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherContextInit ( blockCipherContext* p1, struct blockCipher const* p2 )2nd parameter 'p2' (pointer) has base type 'struct blockCipher'.
blockCipherContextSetIV ( blockCipherContext* p1, byte const* p2 )Field 'p1.algo' in 1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherContextSetup ( blockCipherContext* p1, byte const* p2, size_t p3, enum cipherOperation p4 )Field 'p1.algo' in 1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherContextValidKeylen ( blockCipherContext* p1, size_t p2 )Field 'p1.algo' in 1st parameter 'p1' (pointer) has base type 'struct blockCipher'.
blockCipherDefault ( )Return value (pointer) has base type 'struct blockCipher'.
...